home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / mac / SOFTWARE / MAC / BROWSING / SHERLOCK / COMPLETE.SIT.HQX / The Complete Sherlock Archive / Computer / applescript.src next >
Text File  |  1998-11-06  |  1KB  |  32 lines

  1. # Created by Gord Lacey
  2. # Visit www.apple-donuts.com
  3. # mailto:bluefrog@shaw.wave.ca
  4.  
  5. <search
  6.     name = "Applescript Archive - Cambridge Publications"
  7.     method = get
  8.     description = "Search the Cambridge Publications Applescript archive"
  9.     action = "http://www.documentation.com/scripts/samples/search/query.idq"
  10.     update = "http://www.apple-donuts.com/sherlock/applescript.sit.hqx"
  11.     updateCheckDays = 3
  12.     bannerLink = "http://www.apple-donuts.com/sherlocksearch/link/index.html"
  13.     bannerImage = '<img src = "http://www.apple-donuts.com/sherlocksearch/link/banner.gif">'
  14. >
  15.  
  16. <INPUT NAME="CiRestriction" user>
  17. <INPUT NAME="CiMaxRecordsPerPage" VALUE="50">
  18. <INPUT NAME="CiScope" VALUE="/applescript_records/">
  19. <INPUT NAME="TemplateName" VALUE="query">
  20. <INPUT NAME="CiSort" VALUE="rank[d]">
  21. <INPUT NAME="HTMLQueryForm" VALUE="/applescript/applescript.html">
  22.  
  23. <interpret
  24.     resultListStart = "by webhits to format the output text."
  25.     resultListEnd = "<!-- Only display a line if there were any hits that matched the query -->"
  26.     
  27.     resultItemStart = "<dt>"
  28.     resultItemEnd = "</cite>"
  29. >
  30.  
  31. </search>
  32.